Document Solutions for Imaging
DS.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / ToGcBitmap Method / ToGcBitmap(Nullable<Rectangle>) Method
Clipping rectangle to be copied to GrapeCity.Documents.Imaging.GcBitmap.

In This Topic
    ToGcBitmap(Nullable<Rectangle>) Method
    In This Topic
    Creates an instance of the GrapeCity.Documents.Imaging.GcBitmap class from the current GcSkiaBitmap.
    Syntax
    'Declaration
     
    Public Overloads Function ToGcBitmap( _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    ) As GcBitmap
    public GcBitmap ToGcBitmap( 
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    clipRect
    Clipping rectangle to be copied to GrapeCity.Documents.Imaging.GcBitmap.

    Return Value

    A new instance of the GrapeCity.Documents.Imaging.GcBitmap class.
    See Also